From 25513a0aa2b8fe76b2940df5ca975f2401d081ca Mon Sep 17 00:00:00 2001 From: nim-ka Date: Wed, 29 Dec 2021 03:20:55 -0500 Subject: [PATCH] tampermonkey maybe? --- cat.sh | 2 +- out.js => out.user.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename out.js => out.user.js (100%) diff --git a/cat.sh b/cat.sh index 268676e..5a9e2fc 100644 --- a/cat.sh +++ b/cat.sh @@ -1,3 +1,3 @@ #!/bin/bash -cat tampermonkey.txt dll.js pt.js grid.js binheap.js graph.js proto.js utils.js > out.js +cat tampermonkey.txt dll.js pt.js grid.js binheap.js graph.js proto.js utils.js > out.user.js diff --git a/out.js b/out.user.js similarity index 100% rename from out.js rename to out.user.js