mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
4 lines
168 B
Bash
Executable File
4 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
cd /usr/local/webadmin
|
|
tar --exclude blib --exclude .svn --exclude make-module.sh --exclude Makefile -cvzf ~/webmin.com/Webmin-API-1.0.tar.gz Webmin-API-1.0/
|