Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
DIR=x11
umount /tmp/$DIR/https
python simple_httpfs/simple-httpfs.py /tmp/$DIR/https
python simple_httpfs/httpfs.py /tmp/$DIR/https

cat /tmp/${DIR}/https/s3.amazonaws.com/pkerp/public/tiny.txt..

umount $DIR/https
python simple_httpfs/simple-httpfs.py $DIR/https
python simple_httpfs/httpfs.py $DIR/https

cat $DIR/https/s3.amazonaws.com/pkerp/public/tiny.txt..

umount /tmp/$DIR/https
umount $DIR/https

python simple_httpfs/simple-httpfs.py $DIR/http
python simple_httpfs/httpfs.py $DIR/http

head $DIR/http/hgdownload.cse.ucsc.edu/goldenpath/hg19/encodeDCC/wgEncodeSydhTfbs/wgEncodeSydhTfbsGm12878InputStdSig.bigWig..

Expand Down