Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ubuntu run file .sh

# Add Permissions to your script to be executable.
chmod +x /path/to/yourscript.sh
# Run your script.
/path/to/yourscript.sh
# Or if you're in the right directory.
./yourscript.sh
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #ubuntu #run #file
ADD COMMENT
Topic
Name
6+4 =