Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit 8dd0648

Browse files
author
Roosembert Palacios
committed
use env in shebang.
In non FHS-compilant filesystems, binaries are not available in the usual paths. Use env to load the right application. Signed-off-by: Roosembert Palacios <[email protected]>
1 parent 1f889e4 commit 8dd0648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

remarkable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/php
1+
#!/usr/bin/env php
22
<?php
33
require_once __DIR__ . '/vendor/autoload.php';
44

@@ -222,4 +222,4 @@ protected function loadToken()
222222
}
223223

224224
$remarkable = new Remarkable();
225-
$remarkable->run();
225+
$remarkable->run();

0 commit comments

Comments
 (0)