Run script ks-tools.cmd for Cygwin/Windows
This commit is contained in:
parent
c3403d9132
commit
f1675da977
19
cygwin/ks-tools.cmd
Normal file
19
cygwin/ks-tools.cmd
Normal file
|
@ -0,0 +1,19 @@
|
|||
@echo off
|
||||
|
||||
rem ######################################
|
||||
rem # ks-tools for Windows #
|
||||
rem # U. Modificacion: 10-02-2021 #
|
||||
rem # Author: q3aql #
|
||||
rem # Contact: q3aql@protonmail.ch #
|
||||
rem # License: GPL v2.0 #
|
||||
rem ######################################
|
||||
set VERSION=6.6
|
||||
|
||||
rem # Start ks-tools terminal (bash)
|
||||
mkdir home\%USERNAME%
|
||||
copy /Y prompt\.bashrc home\%USERNAME%
|
||||
copy /Y prompt\.minttyrc home\%USERNAME%
|
||||
cls
|
||||
set PATH=%PATH%;%~d0%~p0\bin
|
||||
mintty
|
||||
rem bash
|
Loading…
Reference in New Issue
Block a user