From 64fa50994b1e74e3ce72fe4702a6f6dcda7c8560 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 23 Jan 2019 09:34:12 +0200 Subject: Add: initial commit --- effitool | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 effitool (limited to 'effitool') diff --git a/effitool b/effitool new file mode 100755 index 0000000..071cc7f --- /dev/null +++ b/effitool @@ -0,0 +1,24 @@ +#!/usr/bin/env python3 +# +# Copyright 2019 Lars Wirzenius +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + +def main(): + print('hello from effitool') + + +if __name__ == '__main__': + main() -- cgit v1.2.1