mirror of
https://github.com/ZenithOS/ZenithOS.git
synced 2026-05-26 16:19:58 +00:00
remove redundant echo from gw script
This commit is contained in:
+1
-2
@@ -1,4 +1,3 @@
|
||||
*.BIN*
|
||||
*.MAP
|
||||
0000Boot/
|
||||
Registry.CC
|
||||
0000Boot/
|
||||
Executable → Regular
BIN
Binary file not shown.
@@ -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' ' '
|
||||
|
||||
@@ -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$
|
||||
Reference in New Issue
Block a user