aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/syscalls.sh
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2020-02-01 11:08:48 -0600
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2020-02-01 11:08:48 -0600
commit248ec402aa287dd5289b33ff646f22544cf0d4ac (patch)
treee0c9e62d3a5b64d1900c2b300ac2d7c7f3eb9528 /contrib/syscalls.sh
parentMerge pull request #3156 from smitsohu/filename (diff)
downloadfirejail-248ec402aa287dd5289b33ff646f22544cf0d4ac.tar.gz
firejail-248ec402aa287dd5289b33ff646f22544cf0d4ac.tar.zst
firejail-248ec402aa287dd5289b33ff646f22544cf0d4ac.zip
housekeeping: strip unneeded whitespace
Diffstat (limited to 'contrib/syscalls.sh')
-rwxr-xr-xcontrib/syscalls.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/syscalls.sh b/contrib/syscalls.sh
index c9cbad4a6..c9b5a245a 100755
--- a/contrib/syscalls.sh
+++ b/contrib/syscalls.sh
@@ -10,7 +10,7 @@ if [ $# -eq 0 ]
10then 10then
11echo 11echo
12echo " *** No program specified!!! ***" 12echo " *** No program specified!!! ***"
13echo 13echo
14echo -e "Make this file executable and execute it as:\\n" 14echo -e "Make this file executable and execute it as:\\n"
15echo -e "\\e[96m syscalls.sh /full/path/to/program\\n" 15echo -e "\\e[96m syscalls.sh /full/path/to/program\\n"
16echo -e "\\e[39mif you saved this script in a directory in your PATH (e.g., in ${HOME}/bin), otherwise as:\\n" 16echo -e "\\e[39mif you saved this script in a directory in your PATH (e.g., in ${HOME}/bin), otherwise as:\\n"