chiark / gitweb /
63ab084ea935469031a497d702e1ce2f2e39db1b
[chiark-utils.git] / sync-accounts / sync-accounts-mktar
1 #!/bin/sh
2 # $Id: sync-accounts-mktar,v 1.1 1999-01-03 00:14:09 ian Exp $
3 set -e
4
5 of=sync-accounts-usrlocalsbin.tar
6 tar vvcf $of sync-accounts sync-accounts-createuser grab-account
7 gzip -9v $of