We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6d2a4 commit 5aee669Copy full SHA for 5aee669
Scripts/modules.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+for file in $( ls /powershell/PowerCLI-Example-Scripts/Modules/ )
3
+do
4
+ mkdir "/root/.local/share/powershell/Modules/${file%.*}/"
5
+ mv "/powershell/PowerCLI-Example-Scripts/Modules/$file" "/root/.local/share/powershell/Modules/${file%.*}/$file"
6
+done
0 commit comments