https://github.com/kernel-loophole/shell-scripting
shell scripting
https://github.com/kernel-loophole/shell-scripting
Last synced: 5 months ago
JSON representation
shell scripting
- Host: GitHub
- URL: https://github.com/kernel-loophole/shell-scripting
- Owner: kernel-loophole
- Created: 2022-09-09T18:40:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T12:00:04.000Z (almost 3 years ago)
- Last Synced: 2025-06-04T13:42:54.205Z (about 1 year ago)
- Language: Vim Script
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shell-scripting
shell scripting
```shell
#!/bin/bash
echo "hello world $1"
echo 'testing'
echo "$10"
echo "$7"
exit 0
exit
```