summaryrefslogtreecommitdiffstats
path: root/src/e_unshebanged.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 18:34:26 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-05 18:34:26 +0200
commitca0db4893e765081d91ff9b1aed285eb7aacb107 (patch)
tree34bbafb158929c1e632af3dfe70c4f256a3e0a05 /src/e_unshebanged.h
parentTODO (diff)
download42-minishell-ca0db4893e765081d91ff9b1aed285eb7aacb107.tar.gz
42-minishell-ca0db4893e765081d91ff9b1aed285eb7aacb107.tar.bz2
42-minishell-ca0db4893e765081d91ff9b1aed285eb7aacb107.tar.xz
42-minishell-ca0db4893e765081d91ff9b1aed285eb7aacb107.tar.zst
42-minishell-ca0db4893e765081d91ff9b1aed285eb7aacb107.zip
Fixed no shebang scripts
Diffstat (limited to '')
-rw-r--r--src/e_unshebanged.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/e_unshebanged.h b/src/e_unshebanged.h
new file mode 100644
index 0000000..d9499ef
--- /dev/null
+++ b/src/e_unshebanged.h
@@ -0,0 +1,25 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* e_unshebanged.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */
+/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef FT_E_UNSHEBANGED_H
+#define FT_E_UNSHEBANGED_H
+
+#include <libft.h>
+
+#include "s_struct.h"
+
+void e_extern_read_script(const char fullpath[],
+ t_com *ptr,
+ t_msh *msh,
+ t_bool pipe);
+
+#endif