diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2009-05-01 20:29:06 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-05-01 20:29:06 +0200 | 
| commit | cc8d582c61728870c301b19be38c1b689f1a507c (patch) | |
| tree | 7f50834240e157599fd3f4eca130323e99af00d2 /etc | |
| parent | ab31dce7a2e7c0e5ed2865935c1fb80941c5b5a3 (diff) | |
put: aneurysm now accepts all file extensions
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/functions/put | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/functions/put b/etc/functions/put index 58a59f3..f2d5408 100755 --- a/etc/functions/put +++ b/etc/functions/put @@ -33,7 +33,6 @@ function put_aneurysm () {  	ssh_options=(-q)  	target_dir='public_html/tmp/'  	server_prefix='https://derf.homelinux.org/~derf/tmp/' -	illegal='*.(cgi|pl|php|py)'  }  function put_sievert () {  | 
