mirror of https://github.com/ashikslab/smartsh.git
Compare commits
No commits in common. "06dca429e97e3101fea504d727c019f1e9385be1" and "5bf78b2e9a4a81b50103f8f018b1d63ab9e526bc" have entirely different histories.
06dca429e9
...
5bf78b2e9a
21
LICENSE.txt
21
LICENSE.txt
|
@ -1,21 +0,0 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) [2023]] [Ashik K | mail@ashik.se]
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
|
@ -87,11 +87,6 @@ if is_in_teacher_mode == False and apioutput is not None:
|
|||
print("Executing command: " + apioutput)
|
||||
if colorize_output:
|
||||
print("\033[93m")
|
||||
if tune_for_powershell:
|
||||
print("***** PowerShell support is experimental*****")
|
||||
print("***** You may have better luck if you copy the command and paste it into a PowerShell window *****")
|
||||
os.system("powershell.exe -Command " + apioutput)
|
||||
else:
|
||||
os.system(apioutput)
|
||||
if colorize_output:
|
||||
print("\033[0m")
|
||||
|
|
Loading…
Reference in New Issue