From 85c45e32c02b6f13a3a37b85e451a240b5cd2018 Mon Sep 17 00:00:00 2001 From: falsycat Date: Wed, 7 Sep 2022 11:39:21 +0900 Subject: [PATCH] rename exp dir -> sh --- exp/bidx_random.sh => sh/fidx_random.sh | 2 +- {exp => sh}/fprob_calc.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename exp/bidx_random.sh => sh/fidx_random.sh (84%) rename {exp => sh}/fprob_calc.sh (100%) diff --git a/exp/bidx_random.sh b/sh/fidx_random.sh similarity index 84% rename from exp/bidx_random.sh rename to sh/fidx_random.sh index 3ce45b7..bcdc131 100755 --- a/exp/bidx_random.sh +++ b/sh/fidx_random.sh @@ -1,6 +1,6 @@ #!/bin/bash -# generate random block indices +# generate random feature indices row=$1 col=$2 diff --git a/exp/fprob_calc.sh b/sh/fprob_calc.sh similarity index 100% rename from exp/fprob_calc.sh rename to sh/fprob_calc.sh