From 8e522d5387c325a42e8cc68d3a8aff8688942711 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 11 Feb 2015 01:04:37 -0800 Subject: [PATCH] move scripts to bin/ --- {src/wormhole => bin}/receive_file.py | 0 {src/wormhole => bin}/receive_text.py | 0 {src/wormhole => bin}/send_file.py | 0 {src/wormhole => bin}/send_text.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {src/wormhole => bin}/receive_file.py (100%) rename {src/wormhole => bin}/receive_text.py (100%) rename {src/wormhole => bin}/send_file.py (100%) rename {src/wormhole => bin}/send_text.py (100%) diff --git a/src/wormhole/receive_file.py b/bin/receive_file.py similarity index 100% rename from src/wormhole/receive_file.py rename to bin/receive_file.py diff --git a/src/wormhole/receive_text.py b/bin/receive_text.py similarity index 100% rename from src/wormhole/receive_text.py rename to bin/receive_text.py diff --git a/src/wormhole/send_file.py b/bin/send_file.py similarity index 100% rename from src/wormhole/send_file.py rename to bin/send_file.py diff --git a/src/wormhole/send_text.py b/bin/send_text.py similarity index 100% rename from src/wormhole/send_text.py rename to bin/send_text.py