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
#! /usr/bin/env python3 | |
""" | |
py3 script to copy files of a certain extension | |
to their own individual directories. | |
ex: | |
~/src/file1.pdf | |
~/src/file2.pdf | |
~/src/file3.pdf |
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
{ | |
"version": "2.0.0", | |
"tasks": [ | |
{ | |
"label": "RF build", | |
"type": "shell", | |
"command": "roboFont", | |
"args": ["-p", "${file}"] | |
} | |
] |