Sfoglia il codice sorgente

Test unicode on filename and content

master
lostd 10 anni fa
parent
commit
7c31c572a5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      mktest.sh

+ 1
- 0
mktest.sh Vedi File

@@ -10,6 +10,7 @@ test -e test && {
mkdir test && cd test

echo 'It works!' > normal.txt
echo 'Με δουλέβει;' > 'κοινό.txt'
ln -s normal.txt ln-normal.txt
ln -s normal.txt ln-normal
mkdir normal-dir


Loading…
Annulla
Salva