Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F131926
fixtures.bash
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
360 B
Referenced Files
None
Subscribers
None
fixtures.bash
View Options
#!/bin/bash
while
IFS
=
read
-r
file
;
do
fixture_file
=
"/tmp/ivy-trees/kubernetes/
$file
"
fixture_dir
=
"
$(
dirname
$fixture_file
)
"
if
[[
!
-d
"
$fixture_dir
"
]]
;
then
mkdir
-p
"
$fixture_dir
"
fi
if
[[
!
-f
"
$fixture_file
"
]]
;
then
echo
"Making
$fixture_file
"
touch
"
$fixture_file
"
fi
done
<
"fixtures/kubernetes.txt"
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Apr 6 2026, 6:41 PM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10574
Default Alt Text
fixtures.bash (360 B)
Attached To
Mode
R1 ivy.nvim
Attached
Detach File
Event Timeline
Log In to Comment