Tango
Tango copied to clipboard
Losing permission bits
The permission bits of files are lost as they are uploaded to Tango (by /upload). As a result, certain scripts that need +x to run, cannot run. We should either find a way to preserve these bits during upload or tell front-end to not rely on those permission bits and do bash hello.sh
in their Makefile instead of ./hello.sh
.