eae3ff2d59
Apple's Time Machine is a great feature in their OS, and UNIX has almost all of the required technology already built in to recreate it. This is a simple GUI to make it easy to use. help and ok ajacoutot@
9 lines
174 B
Bash
9 lines
174 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: flyback.sh,v 1.1.1.1 2008/04/14 13:39:51 jasper Exp $
|
|
#
|
|
|
|
cd !!MODPY_SITEPKG!!/flyback
|
|
exec !!MODPY_BIN!! \
|
|
!!MODPY_SITEPKG!!/flyback/flyback.py "$@"
|