Skip to content

Instantly share code, notes, and snippets.

@YusukeSuzuki
Created May 27, 2019 11:04
Show Gist options
  • Select an option

  • Save YusukeSuzuki/e97a39d7b91989772f9972d6511aaf2c to your computer and use it in GitHub Desktop.

Select an option

Save YusukeSuzuki/e97a39d7b91989772f9972d6511aaf2c to your computer and use it in GitHub Desktop.
my first xonsh script
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