5 lines
42 B
Bash
Executable file
5 lines
42 B
Bash
Executable file
#!/bin/sh
|
|
case "$1" in
|
|
1|2|3) ;;
|
|
esac
|