Skip to content

Commit 76c90c7

Browse files
committed
Initial commit: add fdir.py and fdir.bat
0 parents  commit 76c90c7

3 files changed

Lines changed: 451 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
__pycache__/
2+
*.pyc
3+
build/
4+
dist/
5+
*.egg-info/

fdir.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
python -m fdir %*

0 commit comments

Comments
 (0)