Ncodi icon indicating copy to clipboard operation
Ncodi copied to clipboard

Fixing nc.sh for Unix based systems

Open LyesSaadi opened this issue 3 years ago • 0 comments

In Unix based OSes, which use bash, file systems are generally case-sensitive. The nc.sh script on the other makes the assumption that case-insensitive file systems, like Window's NTFS or FAT32 are used. This also makes the nc.sh file executable by changing the file mode from 0644 to 0755, this was likely due to the fact that this program was developed using Windows which do not have a similar file permission system.

LyesSaadi avatar Jul 20 '21 23:07 LyesSaadi