4 lines
84 B
Text
4 lines
84 B
Text
|
#!/bin/sh
|
||
|
exec tail -n +3 $0
|
||
|
# This file is an example on how to add custom entries
|