[Done] Usage of /usr/bin/env instead of shortcuts
This commit is contained in:
parent
919ccb363f
commit
14ecec0289
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
php $(realpath $(dirname $0))/source/deploy.php;
|
||||
/usr/bin/env php $(realpath $(dirname $0))/source/deploy.php;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
php $(realpath $(dirname $0))/source/fetch.php;
|
||||
/usr/bin/env php $(realpath $(dirname $0))/source/fetch.php;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
php $(realpath $(dirname $0))/source/sync.php;
|
||||
/usr/bin/env php $(realpath $(dirname $0))/source/sync.php;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
php $(realpath $(dirname $0))/source/decr.php;
|
||||
/usr/bin/env php $(realpath $(dirname $0))/source/decr.php;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
php $(realpath $(dirname $0))/source/hash.php;
|
||||
/usr/bin/env php $(realpath $(dirname $0))/source/hash.php;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
php $(realpath $(dirname $0))/source/new.php;
|
||||
/usr/bin/env php $(realpath $(dirname $0))/source/new.php;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
php $(realpath $(dirname $0))/source/loop.php;
|
||||
/usr/bin/env php $(realpath $(dirname $0))/source/loop.php;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
python $(realpath $(dirname $0))/source/read.py;
|
||||
/usr/bin/env python $(realpath $(dirname $0))/source/read.py;
|
||||
|
|
Loading…
Reference in New Issue