Skip to content

Instantly share code, notes, and snippets.

@st98
Last active August 29, 2015 14:05
Show Gist options
  • Save st98/e00f2bd1682893c2d074 to your computer and use it in GitHub Desktop.
Save st98/e00f2bd1682893c2d074 to your computer and use it in GitHub Desktop.
自分用。適当に選んで開くヤツ。
@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