Pinned Loading
-
1
from fabric.api import task, local, sudo, run, prefix, env, cd
2
from fabric.contrib.files import exists, first
3
from contextlib import contextmanager, nested
4
5
def once(s):
-
This project aims to simplify the calculation of meal costs and determine who pays how much.
JavaScript 1
-
1
$ cat ~/path/to/.git/hooks/post-checkout
2
#!/bin/bash
3
4
echo "Cleaning pyc"
5
find . -iname '*.pyc' -delete