An open API service indexing awesome lists of open source software.

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

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
```