mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
remove redundant echo from gw script
This commit is contained in:
parent
e0c2b2603f
commit
bf41becf22
5 changed files with 14 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
*.BIN*
|
||||
*.MAP
|
||||
0000Boot/
|
||||
Registry.CC
|
||||
0000Boot/
|
BIN
Zenith-latest-2020-06-04-03_04_08.iso → Zenith-latest-2020-06-04-08_07_15.iso
Executable file → Normal file
BIN
Zenith-latest-2020-06-04-03_04_08.iso → Zenith-latest-2020-06-04-08_07_15.iso
Executable file → Normal file
Binary file not shown.
2
mnt.ps1
2
mnt.ps1
|
@ -1,3 +1,3 @@
|
|||
copy -r -Force D:/* ~/Desktop/zenithos/src/
|
||||
copy -r -Force E:/* ~/Desktop/zenithos/src/
|
||||
del ~/Desktop/zenithos/*.iso
|
||||
move ~/Desktop/zenithos/src/Tmp/MyDistro.ISO.C ~/Desktop/zenithos/Zenith-latest-$(get-date -Format "yyyy-MM-dd-HH_mm_ss").iso
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
#This prints random words from the Linux dictionary.
|
||||
|
||||
echo "$(shuf -n 32 /usr/share/dict/words --random-source=/dev/urandom | tr '\n' ' ')"
|
||||
|
||||
shuf -n 32 /usr/share/dict/words --random-source=/dev/urandom | tr '\n' ' '
|
||||
|
10
src/Home/Registry.CC
Normal file
10
src/Home/Registry.CC
Normal file
|
@ -0,0 +1,10 @@
|
|||
$TR,"Zenith"$
|
||||
$ID,2$$TR,"SysMessageFlags"$
|
||||
$ID,2$sys_message_flags[0]=0;
|
||||
$ID,-2$$TR,"SysRegVer"$
|
||||
$ID,2$registry_version=1.120;
|
||||
$ID,-2$$ID,-2$$TR,"Once"$
|
||||
$ID,2$$TR,"Zenith"$
|
||||
$ID,2$$ID,-2$$TR,"User"$
|
||||
$ID,2$$ID,-2$$ID,-2$$TR,"AutoComplete"$
|
||||
$ID,2$ac.col=98;ac.row=23;$ID,-2$
|
Loading…
Reference in a new issue