From f16db85d27d75e1e053d4a6b8e0d990cb62488a0 Mon Sep 17 00:00:00 2001 From: Michael Marsh <mmarsh@cs.umd.edu> Date: Wed, 25 Sep 2019 09:17:31 -0400 Subject: [PATCH] renaming files for markdown formatting --- admin.txt => admin.md | 0 bash.txt => bash.md | 0 filesystem.txt => filesystem.md | 0 misc.txt => misc.md | 0 network.txt => network.md | 0 numbers.txt => numbers.md | 0 python-scapy.txt => python-scapy.md | 0 python.txt => python.md | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename admin.txt => admin.md (100%) rename bash.txt => bash.md (100%) rename filesystem.txt => filesystem.md (100%) rename misc.txt => misc.md (100%) rename network.txt => network.md (100%) rename numbers.txt => numbers.md (100%) rename python-scapy.txt => python-scapy.md (100%) rename python.txt => python.md (100%) diff --git a/admin.txt b/admin.md similarity index 100% rename from admin.txt rename to admin.md diff --git a/bash.txt b/bash.md similarity index 100% rename from bash.txt rename to bash.md diff --git a/filesystem.txt b/filesystem.md similarity index 100% rename from filesystem.txt rename to filesystem.md diff --git a/misc.txt b/misc.md similarity index 100% rename from misc.txt rename to misc.md diff --git a/network.txt b/network.md similarity index 100% rename from network.txt rename to network.md diff --git a/numbers.txt b/numbers.md similarity index 100% rename from numbers.txt rename to numbers.md diff --git a/python-scapy.txt b/python-scapy.md similarity index 100% rename from python-scapy.txt rename to python-scapy.md diff --git a/python.txt b/python.md similarity index 100% rename from python.txt rename to python.md -- GitLab