Skip to content

Commit

Permalink
after last review 4Sept2020
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelone committed Sep 4, 2020
1 parent 9d6eebd commit 6c958ea
Show file tree
Hide file tree
Showing 10 changed files with 88 additions and 7 deletions.
4 changes: 3 additions & 1 deletion Whatsapp.cmd
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
C:\Users\Jhawar\AppData\Local\WhatsApp\WhatsApp.exe
C:\Users\Jhawar\AppData\Local\WhatsApp\WhatsApp.exe
sleep 5
exit
69 changes: 69 additions & 0 deletions astral_gadget.txt.md

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions continue.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
start /D "C:\Program Files\Java\Zelone" notepad continue.cmd
E:
cd JavaProjects
cd Rust
chrome https://doc.rust-lang.org/rust-by-example/primitives/literals.html
code .
cd JavaProjects\Nuxt\Project
start run
sleep 80
exit
4 changes: 3 additions & 1 deletion gitit.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ git add *.cmd
git add *.md
git add *.exe
git add *.vbs
git add *.dll
git add *.keep
git commit -m "%*"
git push -u origin master
cd /d %now%
cd /d %now%
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions scaffold.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rails g scaffold %*
rails db:migrate
3 changes: 3 additions & 0 deletions zcode.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
code %*
sleep 5
exit
3 changes: 3 additions & 0 deletions zrails.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rails new %1 --db=%2
pause
rails db:create
1 change: 1 addition & 0 deletions zvue.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vue ui

0 comments on commit 6c958ea

Please sign in to comment.