Compare commits

...

2 Commits

Author SHA1 Message Date
Fraasi
85bd38998d Merge 0a8efa0454 into 88e5be6e4b 2025-01-14 03:38:46 -05:00
Fraasi
0a8efa0454 Update bash.sh: removed line containing vim command 2024-03-14 15:14:17 +00:00

View File

@@ -55,7 +55,6 @@ history # shows command line history
!! # repeats the last command !! # repeats the last command
!<n> # refers to command line 'n' !<n> # refers to command line 'n'
!<string> # refers to command starting with 'string' !<string> # refers to command starting with 'string'
esc :wq # exits and saves script
exit # logs out of current session exit # logs out of current session