Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3767181
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
587 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.gitignore b/.gitignore
index 84d4160..5ad266e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.*
*.log
+data/*.dat
diff --git a/Makefile b/Makefile
index b2cb8b0..c59b465 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,14 @@
#
# Populates the account with relevant files
#
-all: .ssh/authorized_keys
+all: .ssh/authorized_keys data/acquisitariat.dat
.ssh/authorized_keys:
mkdir -p -m 0700 .ssh
php bin/getpublickeys > .ssh/authorized_keys
chmod 600 .ssh/authorized_keys
+
+data/acquisitariat.dat:
+ openssl rand -hex 21 > data/acquisitariat.dat
+
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 22:51 (12 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259092
Default Alt Text
(587 B)
Attached To
Mode
rZR Zemke-Rhyne
Attached
Detach File
Event Timeline
Log In to Comment