Last active
August 29, 2015 14:05
-
-
Save st98/e00f2bd1682893c2d074 to your computer and use it in GitHub Desktop.
自分用。適当に選んで開くヤツ。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
python -c "import os, random, sys; os.popen('explorer ' + ' & explorer '.join(random.sample(os.listdir('.'), int(sys.argv[1]) if len(sys.argv) > 1 else 1)))" %1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment