Notes/src/Shell/self-extract.sh

5 lines
58 B
Bash

#!/bin/bash
sed '0,/^#EOF#$/d' $0 | tar zx; exit 0
#EOF#