Search Results

Search: Posts Made By: MadeInGermany
4,704
Posted By MadeInGermany
#/bin/bash if [ $# -eq 0 ] then echo...
#/bin/bash
if [ $# -eq 0 ]
then
echo "usage:
$0 procnames ..."
exit 1
fi
{
echo "#define PROCESS_COUNT $#"
printf "#define %s\n" "$@"
tail -n +3 "proc_hide.c"
} > hidelib.c
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 08:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy