Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

test

A simple command that can run on windows and bash

(curl https://raw.githubusercontent.com/HeavyLvy/test/main/test.bat | cmd) || (curl https://raw.githubusercontent.com/HeavyLvy/test/main/test.sh | bash)

more complex command that runs also on windows and bash

curl https://raw.githubusercontent.com/HeavyLvy/test/main/test.py > temp.py && ((python -c "with open('temp.py', 'r') as f: exec(f.read())"  && del temp.py) || (python3 -c "with open('temp.py', 'r') as f: exec(f.read())" && rm temp.py)) && (del temp.py || rm temp.py)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages