mirror of
https://github.com/iLLeniumStudios/fivem-resource-watcher
synced 2024-02-26 13:38:52 +01:00
9 lines
64 B
Bash
Executable File
9 lines
64 B
Bash
Executable File
#!/bin/sh -l
|
|
|
|
echo "$1"
|
|
echo "$2"
|
|
echo "$3"
|
|
echo "$4"
|
|
|
|
printenv
|