Skip to content

Commit

Permalink
next installment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelone committed Aug 23, 2020
1 parent 08bd913 commit 9d6eebd
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 3 deletions.
1 change: 1 addition & 0 deletions battery.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WMIC PATH Win32_Battery Get EstimatedChargeRemaining
Binary file modified chromedriver.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions continue.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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 .
4 changes: 4 additions & 0 deletions runssh.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
bash -c "sudo service ssh start "
ssh zelone@localhost
@echo on
5 changes: 2 additions & 3 deletions snapshot.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
cd /d "E:\MINECRAFT SERVER\min16snap"
run
C:
start /D "E:\MINECRAFT SERVER\min16snap" run.cmd

1 change: 1 addition & 0 deletions stopssh.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bash -c "sudo service ssh stop "
9 changes: 9 additions & 0 deletions swiftcc.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off
echo "C:\Swift\bin\swiftc.exe" -swift-version 4 "C:\Swift\Samples\Hello\Hello.swift" -o "C:\Swift\RuntimeEnv\Hello.exe"

echo swiftc -swift-version 4 %%*

@echo on

swiftc -swift-version 4 %*

0 comments on commit 9d6eebd

Please sign in to comment.