10 lines
105 B
Bash
Executable file
10 lines
105 B
Bash
Executable file
#!/bin/sh
|
|
|
|
if [ remove = "$1" ]; then
|
|
:
|
|
|
|
### BEGIN DIVERT GENERATE ###
|
|
### END DIVERT GENERATE ###
|
|
|
|
fi
|