Created
May 27, 2019 11:04
-
-
Save YusukeSuzuki/e97a39d7b91989772f9972d6511aaf2c to your computer and use it in GitHub Desktop.
my first xonsh script
This file contains hidden or 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
| directories = [ | |
| $(readlink -m ~/Downloads).strip(), | |
| $(readlink -m ~/Desktop).strip(), | |
| ] | |
| for d in directories: | |
| ls -l @(p) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment