Skip to content

Instantly share code, notes, and snippets.

View baregawi's full-sized avatar

Buruk Aregawi baregawi

View GitHub Profile
@joohee
joohee / s3fs.sh
Created October 20, 2014 00:55
s3fs mount/umount
#!/bin/sh
echo "mount"
echo "s3fs [bucketname] [directory] -ouse_cache=/tmp -o allow_other"
echo "unmount"
echo "fusermount -u [directory]"
#echo "pkill -9 -f s3fs"