| author | date | title |
|---|---|---|
Tabea Kischka |
2018-06-26 |
BASH Cheatsheet |
# to list files that already exist on the server| #!/usr/bin/env python | |
| # File created by Tabea Kischka at Mon Aug 1 2016 | |
| import sys | |
| import os | |
| import argparse | |
| import logging |
| #!/bin/bash | |
| # This creates a more or less empty template for a python package | |
| # containing unit tests | |
| # Author: Tabea Kischka, 2018-07-02 | |
| # Version 2.0, last update: 2018-08-28 | |
| ########################################################################################################### | |
| # get options | |
| ########################################################################################################### |