3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sudo -u sats /usr/bin/env php $(realpath $(dirname $0))/source/loop.php;
|