summarylogtreecommitdiffstats
path: root/worm.install
blob: 4fac4359b688b238b6e2dcbf222e7a5357299e75 (plain)
1
2
3
4
5
6
post_install() {
    echo -e "\n\nWorm will automatically execute the following file on startup:\n\n" \
    "~/.config/worm/rc\n\n" \
    "Create a simple shell-script to run your apps...\n" \
    "(Don't forget to make it executable)\n\n"
}