Notes/src/Shell/self-extract.sh

5 lines
58 B
Bash
Raw Permalink Normal View History

2023-12-31 22:40:50 +00:00
#!/bin/bash
sed '0,/^#EOF#$/d' $0 | tar zx; exit 0
#EOF#