Update az_qw_convert.sh
This commit is contained in:
parent
e29128ef83
commit
a9a23942d2
|
@ -2,6 +2,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#az_qw_convert.sh - Enhanced by NBN - (Case sensitive input)
|
#az_qw_convert.sh - Enhanced by NBN - (Case sensitive input)
|
||||||
|
#Dependencies: sed
|
||||||
|
|
||||||
echo "Do you want to convert :\n\n1. QWERTY to AZERTY\n2. AZERTY to QWERTY"; read chx
|
echo "Do you want to convert :\n\n1. QWERTY to AZERTY\n2. AZERTY to QWERTY"; read chx
|
||||||
if test "$chx" -eq "1"; then
|
if test "$chx" -eq "1"; then
|
||||||
|
|
Loading…
Reference in New Issue