diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-01-11 14:41:57 +0100 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-01-11 14:41:57 +0100 |
commit | 5b079dbff2aecc2d2262e124c96f0182b96a3382 (patch) | |
tree | d0d9efda2b52cf889da96bc84968d2113c80f33e /agl-identity-service/src/memo.txt | |
parent | c9f2c808e6cbca720e3db263d3a97e3881c3d454 (diff) |
removed unused files and useless subdirectories
Change-Id: Ie0ebe0104589ff99ae24c7410a484eeef18821e7
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'agl-identity-service/src/memo.txt')
-rw-r--r-- | agl-identity-service/src/memo.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/agl-identity-service/src/memo.txt b/agl-identity-service/src/memo.txt deleted file mode 100644 index 3a6ed50..0000000 --- a/agl-identity-service/src/memo.txt +++ /dev/null @@ -1,11 +0,0 @@ - -gcc --shared -fPIC -o aia.so [^t]*.c -lcurl -lsystemd -ljson-c - -afb-daemon --rootdir=. --ldpaths=. --port=1212 --token= --verbose --verbose --verbose - - -afb-client-demo localhost:1212/api?token=t -agl-identity-agent subscribe - - -gcc -o taia *aia-uds-bluez.c -lsystemd |