Skip to content

Commit ecffedb

Browse files
author
David Siew
committed
Committed pik files which should not be necessary
1 parent ac73a26 commit ecffedb

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

Paths/pik.bat

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@ECHO OFF
2+
"%~dp0pik_runner.exe" "%~f0" %*
3+
IF EXIST "%USERPROFILE%\.pik\pik.bat" (call "%USERPROFILE%\.pik\pik.bat")

Paths/pik.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pik_runner.exe $MyInvocation.MyCommand.Definition $args
2+
if(test-path -path "$ENV:USERPROFILE\.pik\pik.ps1"){& $ENV:USERPROFILE\.pik\pik.ps1}
3+

Paths/pik_runner.exe

678 KB
Binary file not shown.

script/rails

100755100644
File mode changed.

0 commit comments

Comments
 (0)